home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Simpsons Cartoon Studio™ Demo / Simpsons / Support / dlogdata / save.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-08-16  |  187 b   |  11 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   set whichSprite to the clickOn
  7.   if (whichSprite = 2) or (whichSprite = 3) then
  8.     handleButton(theSaveDialog, whichSprite)
  9.   end if
  10. end
  11.